<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.list-or-grid {
    margin: 0 40px 0 10px;
    border: 1px solid #e6e6e6;
    overflow: hidden;
    display: inline-block;
}
.list-or-grid a {
    display: inline-block;
    height:16px;
    background:url('../../../img/sprite-list-or-grid.png') no-repeat 0px 0px;
    padding: 13px 15px;
    color: transparent;
    font-size: 0;
    white-space: nowrap;
}
.list-or-grid a.grid-view {
    width:16px;
    border-right: 1px solid #e6e6e6;
    background-position: 0px -124px;
}
.list-or-grid a.list-view {
    width:16px;
    background-position: 0px 0px;
}
.list-or-grid a.grid-view:hover, .list-or-grid a.grid-view.active {
    background-position: 0px -186px;
}
.list-or-grid a.list-view:hover, .list-or-grid a.list-view.active {
    background-position: 0px -62px;
}</pre></body></html>